home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / E-G / Get DA Names.cpt / Get DA Names / background_2777.txt < prev    next >
Text File  |  1989-02-26  |  2KB  |  87 lines

  1. -- background: 2777 from stack: in
  2. -- bmap block id: 2316
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 4 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=17 top=307 right=337 bottom=64
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 1011 / 1011
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Go Home
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go home
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 5 (button)
  28. -- low flags: 00
  29. -- high flags: 0000
  30. -- rect: left=452 top=309 right=335 bottom=495
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 1012 / 1012
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: Go first card
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   visual effect iris close
  42.   go first card
  43. end mouseUp
  44.  
  45.  
  46.  
  47. -- part 7 (button)
  48. -- low flags: 80
  49. -- high flags: 8004
  50. -- rect: left=69 top=310 right=334 bottom=194
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 0 / 0
  53. -- text alignment: 1
  54. -- font id: 0
  55. -- text size: 12
  56. -- style flags: 0
  57. -- line height: 16
  58. -- part name: Hide MenuBar
  59. ----- HyperTalk script -----
  60. on mouseUp
  61.   hide background button "Hide MenuBar"
  62.   show background button "Show MenuBar"
  63.   hide menubar
  64. end mouseUp
  65.  
  66.  
  67.  
  68. -- part 6 (button)
  69. -- low flags: 00
  70. -- high flags: 8004
  71. -- rect: left=69 top=310 right=335 bottom=195
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 0 / 0
  74. -- text alignment: 1
  75. -- font id: 0
  76. -- text size: 12
  77. -- style flags: 0
  78. -- line height: 16
  79. -- part name: Show MenuBar
  80. ----- HyperTalk script -----
  81. on mouseUp
  82.   hide background button "Show MenuBar"
  83.   show background button "Hide MenuBar"
  84.   show menubar
  85. end mouseUp
  86.  
  87.